Skip to content

fix: quote column names in SQL generation and improve timeframe filtering#14

Merged
edraobdu merged 1 commit intomainfrom
fix/quote-column-names-in-insert
Dec 31, 2025
Merged

fix: quote column names in SQL generation and improve timeframe filtering#14
edraobdu merged 1 commit intomainfrom
fix/quote-column-names-in-insert

Conversation

@edraobdu
Copy link
Owner

  • Add _quote_identifier() method to properly quote all column names in INSERT statements
  • Fix timeframe filters to only apply to starting table (not FK-related tables)
  • Improve composite primary key handling in batch record fetching
  • Add Makefile targets for version bumping (bump-patch, bump-minor, bump-major)
  • Update release workflow to include uv.lock in version commits
  • Add comprehensive tests for reserved keyword handling and timeframe filtering

This fixes issues with PostgreSQL reserved keywords like "references", "user", "group", and "order" being used as column names, which previously caused SQL syntax errors.

🤖 Generated with Claude Code

…ring

- Add _quote_identifier() method to properly quote all column names in INSERT statements
- Fix timeframe filters to only apply to starting table (not FK-related tables)
- Improve composite primary key handling in batch record fetching
- Add Makefile targets for version bumping (bump-patch, bump-minor, bump-major)
- Update release workflow to include uv.lock in version commits
- Add comprehensive tests for reserved keyword handling and timeframe filtering

This fixes issues with PostgreSQL reserved keywords like "references", "user", "group",
and "order" being used as column names, which previously caused SQL syntax errors.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@edraobdu edraobdu merged commit acaeece into main Dec 31, 2025
6 checks passed
@edraobdu edraobdu deleted the fix/quote-column-names-in-insert branch December 31, 2025 02:25
@github-actions github-actions bot mentioned this pull request Dec 31, 2025
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant